

USAGE: color_java.exe inputfile colorscheme outputfile

There are two ready to use colorschemes "color.col" and "color1.col"
If you want to create an own colorscheme than read below.
For further questions: neumann@s-direktnet.de

Michael Neumann, 21.08.1999, Germany




ColorScheme:
( every entry has a before and an after value (-> 2 lines) )

	-html
	-whitespace
	-octal integer
	-decimal integer
	-hexadecimal integer
	-floating point number
	-string constant
	-character constant
	-comment
	-preprocessor directive
	-delimeter
	-keyword
	-identifier
	-curly brackets
	
	
so if you want to show all keywords cursive then you can write into the
color-file at the specific line: 
<em>		this is for the beginning
</em>		this is the end

for the html-entry you should write:
<html><head></head><body><pre>			beginning
</pre></body></html>				end





